projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c6be7
)
(child_setup): Call close_load_descs.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 22:08:49 +0000
(22:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 22:08:49 +0000
(22:08 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 3b63a271870c9dbe5a973391284fdeec3b345c08..9b61002a530928e4443938a049a2c2f5fa7950d9 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-539,6
+539,7
@@
child_setup (in, out, err, new_argv, set_pgrp, current_dir)
/* Close Emacs's descriptors that this process should not have. */
close_process_descs ();
#endif
+ close_load_descs ();
/* Note that use of alloca is always safe here. It's obvious for systems
that do not have true vfork or that have true (stack) alloca.